home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / adda10.zip / README.1ST < prev   
Text File  |  1992-09-24  |  4KB  |  91 lines

  1.                            ADDA10.ZIP CONTENTS
  2.                            -------------------
  3.  
  4.  
  5.  
  6. This archive describes how to build and use a simple low cost analog I/O 
  7. extension board for PC's. It utilizes the 8-bit AD7569 IC containing a
  8. 500 KHz analog-to-digital converter (ADC) and a 1 MHz digital-to-analog
  9. converter (DAC). The card can for example be used to sample sound
  10. with the ADC and play it back through the DAC in real time, possibly after 
  11. some `on-the-fly' digital signal processing. Files included are:
  12.  
  13. 1. construction/operation description
  14. 2. electronic/layout sketch diagrams
  15. 3. Turbo Pascal 6.0 source and executable code for using the card. It 
  16.    includes routines implementing two digital (guitar) sound effects,
  17.    i.e., distortion and echo. These routines demonstrate the basics of
  18.    the digital sound processing techniques used in dedicated sound effect 
  19.    processors.
  20.  
  21. The files of 1. and 2. are suitable for downloading to HP Laserjet or 
  22. PostScript compatible printers.
  23.  
  24. The 12 archived files are:
  25.  
  26. README.1ST    this file
  27. DESCRIPT.TEX  LaTeX text source of description (11 pages)
  28. DESCRIPT.DVI  description DVI file
  29. DESCRIPT.HP   description to be downloaded to HP Laserjet compatible printers
  30. DESCRIPT.PS   idem for PostScript printers
  31. CIRCUIT.HP    circuit diagram (HP Laserjet)
  32. CIRCUIT.PS    idem for PostScript printers
  33. LAYOUT.HP     draft of board layout (HP Laserjet)
  34. LAYOUT.PS     idem for PostScript printers
  35. ADDA.PAS      Turbo Pascal 6.0 source 
  36. ADDA.EXE      executable of ADDA.PAS
  37. EGAVGA.BGI    Turbo Pascal EGA/VGA graphics driver for ADDA.EXE
  38.  
  39. For example, the DESCRIPT.HP files is printed on a HP Laserjet compatible 
  40. printer with the command 
  41.  
  42. COPY /B DESCRIPT.HP PRN:
  43.  
  44. I recommend to read the DESCRIPT file first. The CIRCUIT and LAYOUT files 
  45. contain the necessary additional information to build the board.
  46.  
  47. The program ADDA.PAS was tested on EGA/VGA only. It expects the AD7569 to 
  48. operate in one of its two bipolar modes (-1.25 V --> +1.25 V or -2.5 V --> 
  49. +2.5 V). On startup a menu with six items is presented:
  50.  
  51. 1. Determine highest sampling frequency
  52. 2. Plot samples
  53. 3. Reroute ADC input directly to DAC output
  54. 4. Compression/distortion
  55. 5. Echo
  56. 6. Quit
  57.  
  58. 1 and 6 need no explanation. 2 plots the signal as sampled by the ADC at the
  59. highest sampling frequency (determined by 1). Items 3, 4 and 5 expect the 
  60. following setup also given in the DESCRIPT file:
  61.  
  62. electric guitar --> pre-amplifier --> ADC input --> 
  63. PC/Turbo Pascal program --> DAC output --> guitar amplifier
  64.  
  65. The electric guitar/pre-amplifier may evidently be replaced by another
  66. signal source. You should of course take care that the maximum ratings of 
  67. the ADC, the guitar amplifier input etc. are not exceeded.
  68.  
  69.  
  70. ----------------------------------------------------------------------------
  71. I did my utmost best to exclude all errors from the contents of the
  72. ADDA10.ZIP archive. Because I am just like you only human, the described 
  73. circuit might not work or, even worse, cause damage to other equipment. 
  74. Nevertheless, I assume no liability for this. The only guarantee I can give 
  75. you is that my board (by the way, I built the board with the electronic diagram
  76. included in this archive; I did not create the diagram after building 
  77. the board) functions up to expectation. Of course any suggestions 
  78. to improve the correctness and intelligibility of the description, diagrams 
  79. and software are much appreciated, as are experiences of other people who 
  80. built and used the circuit. These will have their impact on possible future 
  81. versions of the archive.
  82. ----------------------------------------------------------------------------
  83. ----------------------------------------------------------------------------
  84. Jos Groot (InterNet: jos.groot@fel.tno.nl)
  85.  
  86. van de Wateringelaan 4
  87. 2274 CH  Voorburg
  88. The Netherlands
  89. ----------------------------------------------------------------------------
  90.  
  91.